| GUI Help > Fonts > createFont | ||||||||||||||
|
createFont |
||||||||||||||
| handle font=createFont(str name, int size, bool bold, bool italic, bool underline) | ||||||||||||||
|
Description: Creates a new font and returns its handle. After creating the font, you can use applyFont to change the appearence of text in a gadget. |
||||||||||||||
|
Return Value: Handle to the new font. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |